ANIMATION PLAYING

This command determines whether an animation is playing.

  Syntax
Return Integer=ANIMATION PLAYING(Animation Number)
  Parameters
Animation Number
Integer
This value specifies the animation number, between 1 and 32

  Returns

This value is one if the specified animation is playing, otherwise zero will be returned

  Example Code
LOAD ANIMATION "video.avi",1
PRINT ANIMATION PLAYING(1)
WAIT KEY
  See also

ANIMATION Commands Menu
Index